home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 March / PCWMAR06.iso / Software / Toolkit / MailWasher Free 5.1 / MailWasher_Free_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-12-14  |  2.7 KB  |  57 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=MailWasher Free
  4. AppVerName=MailWasher Free
  5. AppId=MailWasher Free
  6. AppPublisherURL=http://www.mailwasher.net
  7. AppSupportURL=http://www.mailwasher.net
  8. AppUpdatesURL=http://www.mailwasher.net/download
  9. AppMutex={{72A21E3E-6D87-4952-BF3A-EFD420A0CB56}
  10. DefaultDirName={pf}\MailWasher
  11. DefaultGroupName=MailWasher
  12. UninstallDisplayIcon={app}\MailWasher.exe
  13. OutputBaseFilename=MailWasher Free setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\MailWasher.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\MailWasher Pro Help.chm"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\CFSSignatureAlgorithm.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\MailAnalysis.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\filters.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  27. Source: "{app}\Blacklist.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. [Run]
  29. Filename: "{app}\MailWasher.exe"; Description: "Launch MailWasher now"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{userdesktop}\MailWasher Free"; Filename: "{app}\MailWasher.exe"; 
  32. Name: "{group}\MailWasher"; Filename: "{app}\MailWasher.exe"; 
  33. Name: "{group}\Uninstall MailWasher"; Filename: "{uninstallexe}"; 
  34. [InstallDelete]
  35. Type: files; Name: "{commondesktop}\MailWasher.lnk"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{userappdata}\MailWasher\SocketLog*.txt"; 
  38. Type: files; Name: "{userappdata}\MailWasher\spamLog.txt"; 
  39. Type: files; Name: "{userappdata}\MailWasher\mailwasher_debug.txt"; 
  40. Type: files; Name: "{userappdata}\MailWasher\session log.txt"; 
  41. Type: files; Name: "{userappdata}\MailWasher\ObjectTracker report.txt"; 
  42. Type: filesandordirs; Name: "{userappdata}\MailWasher\??-??-?? ??-??-??"; 
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.